GetOptionalUpgrades
This request returns a list of all optional upgrades.
Request URL
GET https://api-dev.theownly.io/v1/{modelId}/optionalUpgrades
Headers
| Name | Value | Required? |
|---|---|---|
| Accept | application/json | Yes |
| Authorization | Bearer{APItoken} | Yes |
Parameters
| Name | Type | Required? |
|---|---|---|
| modelId | String | Yes |
Example Request
curl -X 'GET' \
'https://api-dev.theownly.io/v1/elevations' \
-H 'accept: application/json' \
-H 'Authorization: Bearer {APItoken}' \
Example Response
{
"id": "j156XwnJ",
"name": "Parking",
"price": 0
}